home *** CD-ROM | disk | FTP | other *** search
- |false|
- windowtitle `«logical» = FALSE or NO or OFF`
- printlf `The Boolean Value FALSE.`
- end
-
- |true|
- windowtitle `«logical» = TRUE or YES or ON`
- printlf `The Boolean Value TRUE`
- end
-
- |availchip|
- windowtitle `<integer> = AvailableChipMemory
- printlf `The available bytes in chip memory`
- end
-
- |availfast|
- windowtitle `<integer> = AvailableFastMemory
- printlf `The available bytes in fast memory
- end
-
- |avail|
- windowtitle `<integer> = AvailableMemory
- printlf `The available bytes in any memory
- end
-
- |largchunk|
- windowtitle `<integer> = LargestChunkOfMemory
- printlf `The size of the largest chunk of
- printlf `available memory.
- end
-
- |deckname|
- windowtitle `"string" = DeckName
- printlf `The name of the current application.`
- end
-
- |cardname|
- windowtitle `"string" = CardName
- printlf `The name of the current Card.
- end
-
- |objname|
- windowtitle `"string" = ObjectName
- printlf `The name of the current running
- printlf `object.
- end
-
- |maxint|
- windowtitle `<integer> = MaxInteger
- printlf `Currently returns 2,147,483,647
- end
-
- |minint|
- windowtitle `<integer> = MinInteger
- printlf `Currently returns -2,147,483,648
- end
-
- |super|
- windowtitle `«logical» = Supervised
- printlf `Returns TRUE when running from CanDo.
- end
-
- |time|
- windowtitle `"string" = TheTime
- printlf `Returns the current time in HH:MM:SS format.
- end
-
- |date|
- windowtitle `"string" = TheDate
- printlf `Returns the current date in MM/DD/YY format.
- end
-
- |nothing|
- windowtitle ` = Nothing`
- printlf `This variable is used to determine if
- printlf `a variable has a value.
- end
-
-